﻿.colo {
    color: #f02d43;
    font-weight: 700
}


/*** Blocks*/

.block-center,
.block-sm,
.block-lg {
    margin-left: auto;
    margin-right: auto;
}

.block-sm {
    max-width: 370px;
}

.block-lg {
    max-width: 540px;
}

@media (min-width: 992px) {
    .block-lg {
        max-width: 740px;
    }
}

.block-center {
    padding: 10px;
}

.block-center:hover .block-center-header {
    background-color: #ff7f00;
}

.block-center-title {
    background-color: #ffffff;
}

@media (max-width: 1599px) {
    .block-center {
        padding: 20px;
    }
    .block-center:hover .block-center-header {
        background-color: #ffffff;
    }
    .block-center-header {
        background-color: #ff7f00;
    }
}


/** Block preview*/

.block-preview {
    position: relative;
    padding: 40px 0;
}

.block-preview .title {
    max-width: 600px;
    font-weight: 700;
}

.block-preview .exeption {
    max-width: 380px;
    color: #828590;
    letter-spacing: .03em;
}

.block-preview .cover-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
}

.bold {
    font-weight: 600;
}

.block-preview>*:not(.cover-image) {
    position: relative;
    z-index: 1;
}

.block-preview *+.title {
    margin-top: 27px;
}

.block-preview *+.exeption {
    margin-top: 21px;
}

@media (min-width: 768px) {
    .block-preview {
        padding: 60px 0;
    }
    .block-preview .cover-image {
        left: 41%;
        opacity: .2;
    }
}

@media (max-width: 768px) {
    .hiddenx {
        visibility: hidden
    }
}

@media (min-width: 992px) {
    .block-preview {
        padding: 100px 0;
    }
    .block-preview .cover-image {
        opacity: 1;
    }
    .block-preview *+.title {
        margin-top: 44px;
    }
    .block-preview *+.exeption {
        margin-top: 32px;
    }
}

@media (min-width: 1600px) {
    .block-preview {
        padding: 186px 0 206px;
    }
    .block-preview *+.title {
        margin-top: 54px;
    }
    .block-preview *+.exeption {
        margin-top: 42px;
    }
}


/*Price box*/

.price-box-2 {
    position: relative;
    z-index: 2;
    padding: 25px 15px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17)
}

.price-box-2 .title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: #f02d43;
}

.price-box-2 .exeption {
    color: #828590;
}

.price-box-2 .price {
    font-weight: 700;
    color: #d8133f;
}

.price-box-2 *+.title {
    margin-top: 15px;
}

.price-box-2 *+.list-sm {
    margin-top: 11px;
    color: #000000;
}

.price-box-2 *+.price {
    margin-top: 5px;
}

.price-box-2 *+.button {
    margin-top: 14px;
}

@media (min-width: 1200px) {
    .price-box-2 {
        padding: 35px 15px 50px;
    }
    .price-box-2 *+.title {
        margin-top: 30px;
    }
    .price-box-2 *+.list-sm {
        margin-top: 15px;
    }
    .price-box-2 *+.price {
        margin-top: 14px;
    }
    .price-box-2 *+.button {
        margin-top: 31px;
    }
}


/*** Call to action*/

.box-cta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
}

.box-cta>* {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}


/*** Choice type*/

.box-cc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.box-cc>* {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}


/*** Blurb*/


/** Blurb-image*/

.blurb-image {
    max-width: 290px;
    margin-right: auto;
    text-align: center;
}

.blurb-image .icon {
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 1.15;
    color: #f02d43;
}

.blurb-image .icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 59px;
    height: 60px;
    background-size: cover;
}

.blurb-image .title {
    font-weight: 400;
}

.blurb-image .exeption {
    color: #828590;
}

.blurb-image *+.title {
    margin-top: 6px;
}

.blurb-image *+.exeption {
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .blurb-image *+.title {
        margin-top: 12px;
    }
    .blurb-image *+.exeption {
        margin-top: 9px;
    }
}


/** Blurb boxed*/

.blurb-boxed {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 15px;
    text-align: center;
    color: #828590;
    background: #ffffff;
    border-radius: 6px;
}

.blurb-boxed .icon {
    position: relative;
    z-index: 1;
    font-size: 90px;
    line-height: 1.1;
    color: #ff7f00;
}

.blurb-boxed .title {
    font-weight: 400;
}

.blurb-boxed *+.title {
    margin-top: 7px;
}

.blurb-boxed *+.exeption {
    margin-top: 6px;
}

@media (min-width: 1200px) {
    .blurb-boxed {
        padding: 37px 20px;
    }
    .blurb-boxed *+.title {
        margin-top: 14px;
    }
    .blurb-boxed *+.exeption {
        margin-top: 10px;
    }
}


/** Blurb boxed 2*/

.blurb-boxed-2 {
    position: relative;
    padding: 25px;
    background: transparent;
}

.blurb-boxed-2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #175eba;
}

.blurb-boxed-2 .icon {
    font-size: 50px;
    line-height: 1;
}

.blurb-boxed-2 .exeption {
    opacity: 0.6;
}

.blurb-boxed-2.blurb-boxed-dark {
    background: rgba(0, 0, 0, 0.2);
}

.blurb-boxed-2.blurb-boxed-darker {
    background: rgba(0, 0, 0, 0.4);
}

.blurb-boxed-2.blurb-boxed-darkest {
    background: rgba(0, 0, 0, 0.6);
}

.blurb-boxed-2 *+.title {
    margin-top: 11px;
}

.blurb-boxed-2 *+.exeption {
    margin-top: 5px;
}

.blurb-boxed-2 *+.button {
    margin-top: 13px;
}

@media (min-width: 1600px) {
    .blurb-boxed-2 {
        padding: 64px 84px;
    }
    .blurb-boxed-2 *+.title {
        margin-top: 22px;
    }
    .blurb-boxed-2 *+.exeption {
        margin-top: 10px;
    }
    .blurb-boxed-2 *+.button {
        margin-top: 27px;
    }
}


/** Blurb boxed info*/

.blurb-boxed-info {
    color: #828590;
    background: #ffffff;
}

.blurb-boxed-info:hover {
    box-shadow: 0 2px 12px 3px rgba(204, 204, 204, 0.3);
    border-color: #fff;
}


/** Blurb icon bordered*/

.blurb-icon-bordered .icon {
    position: relative;
    width: 90px;
    height: 90px;
    font-size: 38px;
    line-height: 100px;
    color: #f02d43;
    background: #ffffff;
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    transition: .3s;
}

.blurb-icon-bordered .icon>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #ffffff;
    background: #f02d43;
    border-radius: 50%;
    margin-left: 60px;
}

.blurb-icon-bordered p {
    color: #000000;
}

.blurb-icon-bordered:hover .icon {
    border-color: transparent;
    box-shadow: 0 0 12px 3px rgba(215, 215, 215, 0.5);
}

.blurb-icon-bordered *+.title {
    margin-top: 10px;
}

.blurb-icon-bordered *+.exeption {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blurb-icon-bordered .icon {
        width: 90px;
        height: 90px;
        font-size: 40px;
        line-height: 100px;
    }
    .blurb-icon-bordered .icon>span {
        top: -10px;
        left: -10px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .blurb-icon-bordered *+.title {
        margin-top: 37px;
    }
    .blurb-icon-bordered *+.exeption {
        margin-top: 17px;
    }
}

@media (min-width: 1600px) {
    .blurb-icon-bordered *+.title {
        margin-top: 45px;
    }
    .blurb-icon-bordered *+.exeption {
        margin-top: 21px;
    }
}

@media (min-width: 992px) {
    .blurb-icon-bordered-wrap .icon-wrap {
        position: relative;
        z-index: 0;
    }
    .blurb-icon-bordered-wrap .icon-wrap:before,
    .blurb-icon-bordered-wrap .icon-wrap:after {
        content: '';
        position: absolute;
        top: 50%;
        width: calc(50% + 16px);
        height: 2px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #d7d7d7;
        z-index: -1;
    }
    .blurb-icon-bordered-wrap .icon-wrap:before {
        right: 50%;
    }
    .blurb-icon-bordered-wrap .icon-wrap:after {
        left: 50%;
    }
    .blurb-icon-bordered-wrap [class*="col-"]:first-child .icon-wrap:before {
        display: none;
    }
    .blurb-icon-bordered-wrap [class*="col-"]:last-child .icon-wrap:after {
        display: none;
    }
}


/** Blurb icon fill*/

.blurb-icon-fill .icon {
    position: relative;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 100px;
    color: #ffffff;
    background: #ff7f00;
    border-radius: 50%;
}

.blurb-icon-fill .icon:before {
    position: relative;
    z-index: 1;
}

.blurb-icon-fill .icon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(to bottom, transparent, #ff7f00);
    transition: inherit;
    border-radius: inherit;
}

.blurb-icon-fill .icon>span {
    position: absolute;
    top: -3px;
    right: -25px;
    z-index: -1;
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    color: #f3f3f9;
}

.blurb-icon-fill .exeption {
    color: #828590;
}

.blurb-icon-fill *+.title {
    margin-top: 15px;
}

.blurb-icon-fill *+.exeption {
    margin-top: 8px;
}

@media (min-width: 1200px) {
    .blurb-icon-fill .icon {
        width: 130px;
        height: 130px;
        font-size: 90px;
        line-height: 130px;
    }
    .blurb-icon-fill .icon>span {
        top: -8px;
        right: -41px;
        font-size: 60px;
    }
    .blurb-icon-fill *+.title {
        margin-top: 30px;
    }
    .blurb-icon-fill *+.exeption {
        margin-top: 17px;
    }
}

.img-bordered {
    border-radius: 6px;
}

.all .list-cartes {
    padding-left: 0;
    font-size: 0;
}

.all .list-cartes li a {
    text-decoration: none
}

.all .list-cartes img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: 2px 5px 12px #dde2e8;
    box-shadow: 2px 5px 12px #dde2e8
}

.all .list-cartes li a {
    text-decoration: none
}

.all .list-cartes img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: 2px 5px 12px #dde2e8;
    box-shadow: 2px 5px 12px #dde2e8
}

@media (max-width:480px) {
    .all .list-cartes img {
        display: inline-block;
        width: 40%;
        vertical-align: top
    }
    .all .list-cartes .list-title {
        margin-top: 0
    }
    .all .list-cartes .bt-2 {
        margin-bottom: 0;
        font-size: 11px
    }
    .all .list-cartes li:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }
}

.all .list-cartes img {
    width: 70%
}

.all .list-cartes img:hover {
    width: 90%;
}


}
.block-a-la-carte {
    min-height: 250px
}
.block-a-la-carte .list-cartes {
    padding-left: 0;
    font-size: 0;
    margin-top: 3rem
}
.block-a-la-carte .list-cartes li {
    list-style: none;
    display: block;
    font-size: 1rem;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem
}
.block-a-la-carte .list-cartes li a {
    text-decoration: none
}
.block-a-la-carte .list-cartes img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-shadow: 2px 5px 12px #dde2e8;
    box-shadow: 2px 5px 12px #dde2e8
}
.block-a-la-carte .list-cartes .bt-2 {
    color: #1f272a
}
@media (max-width:480px) {
    .block-a-la-carte .list-cartes img {
        display: inline-block;
        width: 40%;
        vertical-align: top
    }
    
    .block-a-la-carte .list-cartes .content {
        display: inline-block;
        width: 58%;
        padding-left: 1rem
    }
    
    .block-a-la-carte .list-cartes .list-title {
        margin-top: 0
    }
    
    .block-a-la-carte .list-cartes .bt-2 {
        margin-bottom: 0;
        font-size: 11px
    }
    
    .block-a-la-carte .list-cartes li:not(:last-child) {
        border-bottom: 1px solid #e0e0e0
    }
}
@media (min-width:768px) {
    .block-a-la-carte .list-cartes {
        margin-top: 4rem
    }
    
    .block-a-la-carte .list-cartes li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
        padding: 0 .25rem
    }
    
    .block-a-la-carte .list-cartes img {
        width: 80%
    }
    
    .block-a-la-carte .list-cartes img:hover {
        width: 100%;
        margin-left: -15px
    }
}
.table-price {
    margin-top: 0.25rem;
}
.table-price table {
    width: 100%
}
.table-price .price {
    font-weight: 500;
    color: #f02d43;
    font-size: 2rem;
    text-align: center
}
.table-price td {
    padding: 1.8rem 0;
    border-top: 1px solid #e0e0e0
}
.table-price tr:last-child td {
    border-bottom: 1px solid #e0e0e0
}
@media (min-width:768px) {
    .table-price {
        margin-top: 2.5rem
    }
    
    .table-price .price {
        font-size: 2.2rem
    }
    
    .table-price td {
        padding: 1rem 0
    }
}
.number-counter {
    counter-reset: counter;
}
.number-counter .index-counter:after {
    content: counter(counter, decimal-leading-zero);
    counter-increment: counter;
}

/*** RD Navbar*/
@-webkit-keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes rd-navbar-slide-down {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}
@keyframes rd-navbar-slide-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

/** @subsection  RD Navbar Static*/
.rd-navbar-static {
    display: block;
}
.rd-navbar-static .rd-nav-item {
    display: inline-block;
}
.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: "Material Design Icons";
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
    font-family: 'FontAwesome';
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f107';
}
.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
    margin-top: 20px;
}
.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 18px;
}
.rd-navbar-static .rd-nav-link {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    transition: .25s;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
}
.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 22px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}
.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: -150px;
    width: 210px;
    padding: 25px 35px 21px;
    background: #ffffff;
    z-index: 5;
    border-radius: 2px;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
}
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
}
@media (min-width: 1600px) {
    .rd-navbar-static .rd-navbar-dropdown {
        left: -37px;
    }
}
.rd-navbar-static .rd-dropdown-item+.rd-dropdown-item {
    margin-top: 2px;
}
.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-megamenu-list li>a {
    position: relative;
    left: -15px;
    display: -ms-flexbox;
    display: flex;
    padding: 1px 14px 1px 0;
    text-align: left;
    font-size: 14px;
}
.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a:focus,
.rd-navbar-static .rd-navbar-dropdown li>a:active,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a:focus,
.rd-navbar-static .rd-megamenu-list li>a:active {
    color: #000000;
    font-weight: 400;
}
.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    color: #000000;
    font-weight: 400;
}
.rd-navbar-static .rd-navbar-dropdown li>a,
.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a,
.rd-navbar-static .rd-megamenu-list li>a::before {
    transition: .15s ease-in-out;
}
.rd-navbar-static .rd-navbar-dropdown li>a::before,
.rd-navbar-static .rd-megamenu-list li>a::before {
    position: relative;
    top: -1px;
    left: -15px;
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #aeb1be;
    opacity: 0;
    visibility: hidden;
}
.rd-navbar-static .rd-navbar-dropdown li.focus>a,
.rd-navbar-static .rd-navbar-dropdown li.opened>a,
.rd-navbar-static .rd-navbar-dropdown li>a:hover,
.rd-navbar-static .rd-megamenu-list li.focus>a,
.rd-navbar-static .rd-megamenu-list li.opened>a,
.rd-navbar-static .rd-megamenu-list li>a:hover {
    left: 0;
    padding-left: 5px;
}
.rd-navbar-static .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-static .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus>a::before,
.rd-navbar-static .rd-megamenu-list li.opened>a::before,
.rd-navbar-static .rd-megamenu-list li>a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}
.rd-navbar-static .rd-navbar-megamenu {
    display: -ms-flexbox;
    display: flex;
    right: 0;
    width: 100%;
    padding: 26px 36px;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
}
.rd-navbar-static .rd-megamenu-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item {
    padding-left: 10px;
}
.rd-navbar-static .rd-megamenu-title {
    color: #f02d43;
    font-weight: 600;
    font-size: 16px;
}
.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
    margin-top: 6px;
}
.rd-navbar-static .rd-megamenu-list-link {
    color: #000000;
    background: transparent;
}
.rd-navbar-static *+.rd-megamenu-list {
    margin-top: 11px;
}
.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1;
}
.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 26px;
    z-index: 2;
}
.rd-navbar-static *+.rd-navbar-search {
    margin-left: 20px;
}
.rd-navbar-static .rd-navbar-search-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff;
}
.rd-navbar-static .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}
.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out;
}
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1008;
    background: #ffffff;
}
.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

/*** RD Navbar Fixed*/
.rd-navbar-fixed {
    display: block;
}
.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}
.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
}
.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 170px;
    max-height: 50px;
    width: auto;
    height: auto;
}
.rd-navbar-fixed .brand .brand-logo-dark {
    display: none;
}
.rd-navbar-fixed .brand .brand-logo-light {
    display: block;
}
.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1008;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap2 {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1007;
    width: 270px;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar,
.rd-navbar-fixed .rd-navbar-nav-wrap2::-webkit-scrollbar {
    width: 4px;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb,
.rd-navbar-fixed .rd-navbar-nav-wrap2::-webkit-scrollbar-thumb {
    background: #baa8e7;
    border: none;
    border-radius: 0;
    opacity: .2;
}
.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track,
.rd-navbar-fixed .rd-navbar-nav-wrap2::-webkit-scrollbar-track {
    background: #f02d43;
    border: none;
    border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active,
.rd-navbar-fixed .rd-navbar-nav-wrap2.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
    position: fixed;
    top: 16px;
    z-index: 1010;
}
.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: -40px;
}
.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 30px;
}
.rd-navbar-fixed .rd-navbar-fixed-element-3 {
    right: 60px;
}
.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}
.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}
.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}
.rd-navbar-fixed .rd-navbar-panel {
    color: #000000;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
    background: #ffffff;
}
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap2 {
    color: #000000;
    background: #ffffff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
}
.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #f02d43;
}
.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #ffffff;
}
.rd-navbar-fixed .rd-nav-link {
    color: #000000;
    font-weight: 600;
}
.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #000000;
}
.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #ffffff;
    background: #f02d43;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #f02d43;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #d7d7d7;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #ffffff;
}
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #f02d43;
}
.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #000000;
}
html.rd-navbar-fixed-linked .page {
    padding-top: 60px;
}

/**** RD Navbar creative* =====================================================*/
.rd-navbar-creative.rd-navbar-static {
    background: #ffffff;
    border-bottom: 1px solid transparent;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item .rd-nav-link {
    padding: 9px 0;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-creative.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
    color: #f02d43;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #f02d43;
    border-color: #f02d43;
    border-bottom: 1px solid #000000;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
    color: #000000;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
    color: #f02d43;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-item+.rd-nav-item {
    margin-left: 17px;
}
.rd-navbar-creative.rd-navbar-static .rd-nav-link:hover {
    color: #f02d43;
    border-color: #f02d43;
    border-bottom: 1px solid #000000;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-creative.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-aside,
.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-aside {
    padding: 10px 0;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}
@media (min-width: 1200px) {
    .rd-navbar-creative.rd-navbar-static .rd-nav-item+.rd-nav-item {}
    
    .rd-navbar-creative.rd-navbar-static .rd-navbar-main {
        padding: 16px 0;
    }
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    color: #f02d43;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle span::before {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "FontAwesome";
    content: "\f002";
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle>span {
    background: #f02d43;
    border-radius: 50%;
    color: #ffffff;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #ffffff;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-search-toggle:hover>span {
    background: #f02d43;
    color: #ffffff;
}
.rd-navbar-creative.rd-navbar-static .brand-logo-dark {
    display: none;
}
.rd-navbar-creative.rd-navbar-static .brand-logo-light {
    display: block;
}
.rd-navbar-creative.rd-navbar-static .rd-navbar-main-element {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone {
    background: #ffffff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none;
}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 15px 0;
}
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-creative.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
    margin-top: 17px;
}
.visible-xs-block {
    display: none!important
}
@media (max-width:991px) {
    .visible-xs-block {
        display: block!important
    }
    
    .footer-2 {
        margin-bottom: 0px;
    }
    
    .final {
        margin-bottom: 40px;
    }
}
.connection {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 8px 0px 8px 0px;
    -webkit-transition: max-height .4s ease-out, padding .4s ease-out;
    transition: max-height .4s ease-out, padding .4s ease-out;
    -webkit-box-shadow: 0 -3px 12px 0 rgba(31, 39, 42, .08);
    box-shadow: 0 -3px 12px 0 rgba(31, 39, 42, .08);
    z-index: 100;
}
.nav-bottom-mobile .nav-action li {
    float: left;
    width: 50%;
    padding: 0 5px
}
.hidden {
    display: none !important;
    visibility: hidden !important
}
.kol-lg-1,
.kol-lg-10,
.kol-lg-11,
.kol-lg-12,
.kol-lg-2,
.kol-lg-3,
.kol-lg-4,
.kol-lg-5,
.kol-lg-6,
.kol-lg-7,
.kol-lg-8,
.kol-lg-9,
.kol-md-1,
.kol-md-10,
.kol-md-11,
.kol-md-12,
.kol-md-2,
.kol-md-3,
.kol-md-4,
.kol-md-5,
.kol-md-6,
.kol-md-7,
.kol-md-8,
.kol-md-9,
.kol-sm-1,
.kol-sm-10,
.kol-sm-11,
.kol-sm-12,
.kol-sm-2,
.kol-sm-3,
.kol-sm-4,
.kol-sm-5,
.kol-sm-6,
.kol-sm-7,
.kol-sm-8,
.kol-sm-9,
.kol-xs-1,
.kol-xs-10,
.kol-xs-11,
.kol-xs-12,
.kol-xs-2,
.kol-xs-3,
.kol-xs-4,
.kol-xs-5,
.kol-xs-6,
.kol-xs-7,
.kol-xs-8,
.kol-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px
}
@media (min-width:768px) {
    .kol-lg-1,
    .kol-lg-10,
    .kol-lg-11,
    .kol-lg-12,
    .kol-lg-2,
    .kol-lg-3,
    .kol-lg-4,
    .kol-lg-5,
    .kol-lg-6,
    .kol-lg-7,
    .kol-lg-8,
    .kol-lg-9,
    .kol-md-1,
    .kol-md-10,
    .kol-md-11,
    .kol-md-12,
    .kol-md-2,
    .kol-md-3,
    .kol-md-4,
    .kol-md-5,
    .kol-md-6,
    .kol-md-7,
    .kol-md-8,
    .kol-md-9,
    .kol-sm-1,
    .kol-sm-10,
    .kol-sm-11,
    .kol-sm-12,
    .kol-sm-2,
    .kol-sm-3,
    .kol-sm-4,
    .kol-sm-5,
    .kol-sm-6,
    .kol-sm-7,
    .kol-sm-8,
    .kol-sm-9,
    .kol-xs-1,
    .kol-xs-10,
    .kol-xs-11,
    .kol-xs-12,
    .kol-xs-2,
    .kol-xs-3,
    .kol-xs-4,
    .kol-xs-5,
    .kol-xs-6,
    .kol-xs-7,
    .kol-xs-8,
    .kol-xs-9 {
        padding-left: 11px;
        padding-right: 11px
    }
}
.kol-xs-1,
.kol-xs-10,
.kol-xs-11,
.kol-xs-12,
.kol-xs-2,
.kol-xs-3,
.kol-xs-4,
.kol-xs-5,
.kol-xs-6,
.kol-xs-7,
.kol-xs-8,
.kol-xs-9 {
    float: left
}
.kol-xs-1 {
    width: 8.33333%
}
.kol-xs-2 {
    width: 16.66667%
}
.kol-xs-3 {
    width: 25%
}
.kol-xs-4 {
    width: 33.33333%
}
.kol-xs-5 {
    width: 41.66667%
}
.kol-xs-6 {
    width: 50%
}
.kol-xs-7 {
    width: 58.33333%
}
.kol-xs-8 {
    width: 66.66667%
}
.kol-xs-9 {
    width: 75%
}
.kol-xs-10 {
    width: 83.33333%
}
.kol-xs-11 {
    width: 91.66667%
}
.kol-xs-12 {
    width: 100%
}
.kol-xs-pull-0 {
    right: auto
}
.kol-xs-pull-1 {
    right: 8.33333%
}
.kol-xs-pull-2 {
    right: 16.66667%
}
.kol-xs-pull-3 {
    right: 25%
}
.kol-xs-pull-4 {
    right: 33.33333%
}
.kol-xs-pull-5 {
    right: 41.66667%
}
.kol-xs-pull-6 {
    right: 50%
}
.kol-xs-pull-7 {
    right: 58.33333%
}
.kol-xs-pull-8 {
    right: 66.66667%
}
.kol-xs-pull-9 {
    right: 75%
}
.kol-xs-pull-10 {
    right: 83.33333%
}
.kol-xs-pull-11 {
    right: 91.66667%
}
.kol-xs-pull-12 {
    right: 100%
}
.kol-xs-push-0 {
    left: auto
}
.kol-xs-push-1 {
    left: 8.33333%
}
.kol-xs-push-2 {
    left: 16.66667%
}
.kol-xs-push-3 {
    left: 25%
}
.kol-xs-push-4 {
    left: 33.33333%
}
.kol-xs-push-5 {
    left: 41.66667%
}
.kol-xs-push-6 {
    left: 50%
}
.kol-xs-push-7 {
    left: 58.33333%
}
.kol-xs-push-8 {
    left: 66.66667%
}
.kol-xs-push-9 {
    left: 75%
}
.kol-xs-push-10 {
    left: 83.33333%
}
.kol-xs-push-11 {
    left: 91.66667%
}
.kol-xs-push-12 {
    left: 100%
}
.kol-xs-offset-0 {
    margin-left: 0
}
.kol-xs-offset-1 {
    margin-left: 8.33333%
}
.kol-xs-offset-2 {
    margin-left: 16.66667%
}
.kol-xs-offset-3 {
    margin-left: 25%
}
.kol-xs-offset-4 {
    margin-left: 33.33333%
}
.kol-xs-offset-5 {
    margin-left: 41.66667%
}
.kol-xs-offset-6 {
    margin-left: 50%
}
.kol-xs-offset-7 {
    margin-left: 58.33333%
}
.kol-xs-offset-8 {
    margin-left: 66.66667%
}
.kol-xs-offset-9 {
    margin-left: 75%
}
.kol-xs-offset-10 {
    margin-left: 83.33333%
}
.kol-xs-offset-11 {
    margin-left: 91.66667%
}
.kol-xs-offset-12 {
    margin-left: 100%
}
@media (min-width:768px) {
    .kol-sm-1,
    .kol-sm-10,
    .kol-sm-11,
    .kol-sm-12,
    .kol-sm-2,
    .kol-sm-3,
    .kol-sm-4,
    .kol-sm-5,
    .kol-sm-6,
    .kol-sm-7,
    .kol-sm-8,
    .kol-sm-9 {
        float: left
    }
    
    .kol-sm-1 {
        width: 8.33333%
    }
    
    .kol-sm-2 {
        width: 16.66667%
    }
    
    .kol-sm-3 {
        width: 25%
    }
    
    .kol-sm-4 {
        width: 33.33333%
    }
    
    .kol-sm-5 {
        width: 41.66667%
    }
    
    .kol-sm-6 {
        width: 50%
    }
    
    .kol-sm-7 {
        width: 58.33333%
    }
    
    .kol-sm-8 {
        width: 66.66667%
    }
    
    .kol-sm-9 {
        width: 75%
    }
    
    .kol-sm-10 {
        width: 83.33333%
    }
    
    .kol-sm-11 {
        width: 91.66667%
    }
    
    .kol-sm-12 {
        width: 100%
    }
    
    .kol-sm-pull-0 {
        right: auto
    }
    
    .kol-sm-pull-1 {
        right: 8.33333%
    }
    
    .kol-sm-pull-2 {
        right: 16.66667%
    }
    
    .kol-sm-pull-3 {
        right: 25%
    }
    
    .kol-sm-pull-4 {
        right: 33.33333%
    }
    
    .kol-sm-pull-5 {
        right: 41.66667%
    }
    
    .kol-sm-pull-6 {
        right: 50%
    }
    
    .kol-sm-pull-7 {
        right: 58.33333%
    }
    
    .kol-sm-pull-8 {
        right: 66.66667%
    }
    
    .kol-sm-pull-9 {
        right: 75%
    }
    
    .kol-sm-pull-10 {
        right: 83.33333%
    }
    
    .kol-sm-pull-11 {
        right: 91.66667%
    }
    
    .kol-sm-pull-12 {
        right: 100%
    }
    
    .kol-sm-push-0 {
        left: auto
    }
    
    .kol-sm-push-1 {
        left: 8.33333%
    }
    
    .kol-sm-push-2 {
        left: 16.66667%
    }
    
    .kol-sm-push-3 {
        left: 25%
    }
    
    .kol-sm-push-4 {
        left: 33.33333%
    }
    
    .kol-sm-push-5 {
        left: 41.66667%
    }
    
    .kol-sm-push-6 {
        left: 50%
    }
    
    .kol-sm-push-7 {
        left: 58.33333%
    }
    
    .kol-sm-push-8 {
        left: 66.66667%
    }
    
    .kol-sm-push-9 {
        left: 75%
    }
    
    .kol-sm-push-10 {
        left: 83.33333%
    }
    
    .kol-sm-push-11 {
        left: 91.66667%
    }
    
    .kol-sm-push-12 {
        left: 100%
    }
    
    .kol-sm-offset-0 {
        margin-left: 0
    }
    
    .kol-sm-offset-1 {
        margin-left: 8.33333%
    }
    
    .kol-sm-offset-2 {
        margin-left: 16.66667%
    }
    
    .kol-sm-offset-3 {
        margin-left: 25%
    }
    
    .kol-sm-offset-4 {
        margin-left: 33.33333%
    }
    
    .kol-sm-offset-5 {
        margin-left: 41.66667%
    }
    
    .kol-sm-offset-6 {
        margin-left: 50%
    }
    
    .kol-sm-offset-7 {
        margin-left: 58.33333%
    }
    
    .kol-sm-offset-8 {
        margin-left: 66.66667%
    }
    
    .kol-sm-offset-9 {
        margin-left: 75%
    }
    
    .kol-sm-offset-10 {
        margin-left: 83.33333%
    }
    
    .kol-sm-offset-11 {
        margin-left: 91.66667%
    }
    
    .kol-sm-offset-12 {
        margin-left: 100%
    }
}
@media (min-width:1024px) {
    .kol-md-1,
    .kol-md-10,
    .kol-md-11,
    .kol-md-12,
    .kol-md-2,
    .kol-md-3,
    .kol-md-4,
    .kol-md-5,
    .kol-md-6,
    .kol-md-7,
    .kol-md-8,
    .kol-md-9 {
        float: left
    }
    
    .kol-md-1 {
        width: 8.33333%
    }
    
    .kol-md-2 {
        width: 16.66667%
    }
    
    .kol-md-3 {
        width: 25%
    }
    
    .kol-md-4 {
        width: 33.33333%
    }
    
    .kol-md-5 {
        width: 41.66667%
    }
    
    .kol-md-6 {
        width: 50%
    }
    
    .kol-md-7 {
        width: 58.33333%
    }
    
    .kol-md-8 {
        width: 66.66667%
    }
    
    .kol-md-9 {
        width: 75%
    }
    
    .kol-md-10 {
        width: 83.33333%
    }
    
    .kol-md-11 {
        width: 91.66667%
    }
    
    .kol-md-12 {
        width: 100%
    }
    
    .kol-md-pull-0 {
        right: auto
    }
    
    .kol-md-pull-1 {
        right: 8.33333%
    }
    
    .kol-md-pull-2 {
        right: 16.66667%
    }
    
    .kol-md-pull-3 {
        right: 25%
    }
    
    .kol-md-pull-4 {
        right: 33.33333%
    }
    
    .kol-md-pull-5 {
        right: 41.66667%
    }
    
    .kol-md-pull-6 {
        right: 50%
    }
    
    .kol-md-pull-7 {
        right: 58.33333%
    }
    
    .kol-md-pull-8 {
        right: 66.66667%
    }
    
    .kol-md-pull-9 {
        right: 75%
    }
    
    .kol-md-pull-10 {
        right: 83.33333%
    }
    
    .kol-md-pull-11 {
        right: 91.66667%
    }
    
    .kol-md-pull-12 {
        right: 100%
    }
    
    .kol-md-push-0 {
        left: auto
    }
    
    .kol-md-push-1 {
        left: 8.33333%
    }
    
    .kol-md-push-2 {
        left: 16.66667%
    }
    
    .kol-md-push-3 {
        left: 25%
    }
    
    .kol-md-push-4 {
        left: 33.33333%
    }
    
    .kol-md-push-5 {
        left: 41.66667%
    }
    
    .kol-md-push-6 {
        left: 50%
    }
    
    .kol-md-push-7 {
        left: 58.33333%
    }
    
    .kol-md-push-8 {
        left: 66.66667%
    }
    
    .kol-md-push-9 {
        left: 75%
    }
    
    .kol-md-push-10 {
        left: 83.33333%
    }
    
    .kol-md-push-11 {
        left: 91.66667%
    }
    
    .kol-md-push-12 {
        left: 100%
    }
    
    .kol-md-offset-0 {
        margin-left: 0
    }
    
    .kol-md-offset-1 {
        margin-left: 8.33333%
    }
    
    .kol-md-offset-2 {
        margin-left: 16.66667%
    }
    
    .kol-md-offset-3 {
        margin-left: 25%
    }
    
    .kol-md-offset-4 {
        margin-left: 33.33333%
    }
    
    .kol-md-offset-5 {
        margin-left: 41.66667%
    }
    
    .kol-md-offset-6 {
        margin-left: 50%
    }
    
    .kol-md-offset-7 {
        margin-left: 58.33333%
    }
    
    .kol-md-offset-8 {
        margin-left: 66.66667%
    }
    
    .kol-md-offset-9 {
        margin-left: 75%
    }
    
    .kol-md-offset-10 {
        margin-left: 83.33333%
    }
    
    .kol-md-offset-11 {
        margin-left: 91.66667%
    }
    
    .kol-md-offset-12 {
        margin-left: 100%
    }
}
@media (min-width:1280px) {
    .kol-lg-1,
    .kol-lg-10,
    .kol-lg-11,
    .kol-lg-12,
    .kol-lg-2,
    .kol-lg-3,
    .kol-lg-4,
    .kol-lg-5,
    .kol-lg-6,
    .kol-lg-7,
    .kol-lg-8,
    .kol-lg-9 {
        float: left
    }
    
    .kol-lg-1 {
        width: 8.33333%
    }
    
    .kol-lg-2 {
        width: 16.66667%
    }
    
    .kol-lg-3 {
        width: 25%
    }
    
    .kol-lg-4 {
        width: 33.33333%
    }
    
    .kol-lg-5 {
        width: 41.66667%
    }
    
    .kol-lg-6 {
        width: 50%
    }
    
    .kol-lg-7 {
        width: 58.33333%
    }
    
    .kol-lg-8 {
        width: 66.66667%
    }
    
    .kol-lg-9 {
        width: 75%
    }
    
    .kol-lg-10 {
        width: 83.33333%
    }
    
    .kol-lg-11 {
        width: 91.66667%
    }
    
    .kol-lg-12 {
        width: 100%
    }
    
    .kol-lg-pull-0 {
        right: auto
    }
    
    .kol-lg-pull-1 {
        right: 8.33333%
    }
    
    .kol-lg-pull-2 {
        right: 16.66667%
    }
    
    .kol-lg-pull-3 {
        right: 25%
    }
    
    .kol-lg-pull-4 {
        right: 33.33333%
    }
    
    .kol-lg-pull-5 {
        right: 41.66667%
    }
    
    .kol-lg-pull-6 {
        right: 50%
    }
    
    .kol-lg-pull-7 {
        right: 58.33333%
    }
    
    .kol-lg-pull-8 {
        right: 66.66667%
    }
    
    .kol-lg-pull-9 {
        right: 75%
    }
    
    .kol-lg-pull-10 {
        right: 83.33333%
    }
    
    .kol-lg-pull-11 {
        right: 91.66667%
    }
    
    .kol-lg-pull-12 {
        right: 100%
    }
    
    .kol-lg-push-0 {
        left: auto
    }
    
    .kol-lg-push-1 {
        left: 8.33333%
    }
    
    .kol-lg-push-2 {
        left: 16.66667%
    }
    
    .kol-lg-push-3 {
        left: 25%
    }
    
    .kol-lg-push-4 {
        left: 33.33333%
    }
    
    .kol-lg-push-5 {
        left: 41.66667%
    }
    
    .kol-lg-push-6 {
        left: 50%
    }
    
    .kol-lg-push-7 {
        left: 58.33333%
    }
    
    .kol-lg-push-8 {
        left: 66.66667%
    }
    
    .kol-lg-push-9 {
        left: 75%
    }
    
    .kol-lg-push-10 {
        left: 83.33333%
    }
    
    .kol-lg-push-11 {
        left: 91.66667%
    }
    
    .kol-lg-push-12 {
        left: 100%
    }
    
    .kol-lg-offset-0 {
        margin-left: 0
    }
    
    .kol-lg-offset-1 {
        margin-left: 8.33333%
    }
    
    .kol-lg-offset-2 {
        margin-left: 16.66667%
    }
    
    .kol-lg-offset-3 {
        margin-left: 25%
    }
    
    .kol-lg-offset-4 {
        margin-left: 33.33333%
    }
    
    .kol-lg-offset-5 {
        margin-left: 41.66667%
    }
    
    .kol-lg-offset-6 {
        margin-left: 50%
    }
    
    .kol-lg-offset-7 {
        margin-left: 58.33333%
    }
    
    .kol-lg-offset-8 {
        margin-left: 66.66667%
    }
    
    .kol-lg-offset-9 {
        margin-left: 75%
    }
    
    .kol-lg-offset-10 {
        margin-left: 83.33333%
    }
    
    .kol-lg-offset-11 {
        margin-left: 91.66667%
    }
    
    .kol-lg-offset-12 {
        margin-left: 100%
    }
}
.footer-2 {
    padding: 20px 0;
    background: #373737;
    color: #ffffff;
    font-size: 14px
}
.footer-2 .title {
    color: #ffffff;
}
.footer-2 a {
    color: inherit;
}
.footer-2 a:hover {
    color: #f02d43;
}
.footer-2 .rights {
    color: #ffffff;
}
.footer-2 .rights a:hover {
    color: #f02d43;
}
.footer-2 .contact-box .icon {
    color: #f02d43;
}
.footer-2 .button-primary:focus,
.footer-2 .button-primary:hover,
.footer-2 .button-primary:active {
    background: #f02d43;
    border-color: #f02d43;
}
.footer-2 .instagram-gallery {
    max-width: 241px;
}
.footer-2 *+.rights {
    margin-top: 25px;
}
.footer-2 *+.form-sm {
    margin-top: 15px;
}
.footer-2 .footer-logo+p {
    margin-top: 23px;
}
.footer-2 .title+* {
    margin-top: 12px;
}
@media (min-width: 992px) {
    .footer-2 {
        padding: 60px 0;
    }
}
@media (min-width: 1600px) {
    .footer-2 {
        padding: 73px 0 15px;
    }
    
    .footer-2 *+.rights {
        margin-top: 79px;
    }
    
    .footer-2 *+.form-sm {
        margin-top: 32px;
    }
    
    .footer-2 .footer-logo+p {
        margin-top: 46px;
    }
    
    .footer-2 .title+* {
        margin-top: 23px;
    }
}
.overlay1 {
    position: relative;
    z-index: 1;
    background-image: url('../images/background/slide-2.png');
    background-size: cover;
    background-position: center;
}
.overlay1::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}
.overlay1::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}


.overlay2 {
    position: relative;
    z-index: 1;
    background-image: url('../images/visuel.jpg');
    background-size: cover;
}
.overlay2::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.overlay2::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/** Material Parallax*/
.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-container p {
    font-size: 18px;
    line-height: 1.33333;
}
.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
}
.parallax-content {
    position: relative;
    z-index: 1;
}
.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}
.parallax-disabled {
    background-size: cover;
    background-position: center;
}
html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed;
}
.i4ewOd-pzNkMb-r4nke-LS81yb,
.di8rgd-TEhSn,
.SfQLQb-fI6EEc {
    display: none;
    visibility: hidden
}
.capitalize {
    text-transform: capitalize;
}
.bloc-icone-txt i {
    color: #ff7f00;
    font-size: 4.4rem
}
.list-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2
}
@media (min-width:768px) {
    .list-title {
        font-size: 18px
    }
}
[class*=" hbi-"],
[class^=hbi-] {
    font-family: hbicons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.hbi-cb-plus:before {
    content: ""
}
.hbi-international:before {
    content: ""
}
.hbi-happy-msg:before {
    content: ""
}
.hbi-sonnette:before {
    content: ""
}
.hbi-protection:before {
    content: ""
}
.hbi-fader:before {
    content: ""
}
.hbi-health:before {
    content: ""
}
.hbi-wallet:before {
    content: ""
}
.hbi-present-ter:before {
    content: ""
}
.hbi-zero-alt:before {
    content: ""
}
.hbi-group:before {
    content: ""
}
.tarif {
    width: 80%
}
@media (max-width:991px) {
    .tarif {
        width: 100%
    }
}
.table-tarif {
    border-collapse: collapse;
    width: 100%
}
.table-tarif thead th {
    background-color: #f02d43;
    color: #fff;
    text-align: left;
    border: none;
    padding: 1rem
}
.table-tarif thead th h3 {
    font-size: 1rem
}
.table-tarif thead th:last-of-type {
    min-width: 100px
}
@media (min-width:768px) {
    .table-tarif thead th:first-of-type {
        padding-left: 3rem
    }
    
    .table-tarif thead th:last-of-type {
        padding-right: 3rem;
        min-width: 180px;
        text-align: right
    }
}
.table-tarif tbody td {
    border-bottom: solid 1px #dde2e8;
    padding-top: 1.875rem;
    padding-bottom: 1.6875rem;
    background-color: #fff;
    padding-left: 1rem;
    padding-right: 1rem
}
.table-tarif tbody tr>td {
    line-height: 20px
}
.table-tarif tbody tr>td:last-child {
    color: #f02d43;
    text-align: right;
    font-weight: 600
}
.table-tarif tbody tr:last-child>td {
    border: none
}
@media (min-width:768px) {
    .table-tarif tbody tr>td:first-child {
        padding-left: 3rem
    }
    
    .table-tarif tbody tr>td:last-child {
        padding-left: 2rem;
        padding-right: 3rem
    }
}
.footer-bottom {
    padding: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, .17);
}
.bulle {
    position: relative;
    background-color: #f02d43;
    padding: 5px 1.375rem;
    font-size: 1rem;
    border-radius: .375rem;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700
}
.bulle:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: 0 solid transparent;
    border-top: .5rem solid #fff;
    bottom: -.5rem;
    right: .6rem
}
@media (min-width:480px) {
    .block-promo .h3 span {
        display: inline
    }
}
@media (min-width:768px) {
    .block-promo .h3 {
        display: inline-block;
        letter-spacing: .5px;
        font-size: 17.1px;
        margin-bottom: 1rem;
        line-height: 1
    }
}
@media (min-width:1024px) {
    .block-promo .h3 {
        font-size: 21px
    }
}
.block-promo .bulle {
    margin-right: 1.25rem;
    margin-bottom: 1rem
}
.block-promo .arg1 {
    display: inline-block;
    vertical-align: middle;
    color: #f02d43;
    text-align: right;
    letter-spacing: .5px;
    font-weight: 600;
    line-height: 1.07;
    font-size: 1.5rem;
    padding-top: 5px
}
@media (min-width:768px) {
    .block-promo .arg1 {
        font-size: 1.7rem
    }
}
.block-promo .rate {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2rem;
    letter-spacing: 1.3px;
    color: inherit;
    font-weight: 700;
    margin-right: .5rem;
    margin-left: .8rem;
    line-height: 1
}
.block-promo .rate sup {
    font-size: .5em;
    top: -2rem
}
@media (min-width:768px) {
    .block-promo .rate {
        font-size: 1.7rem
    }
}
.block-promo .offre-details {
    text-align: left;
    color: #000;
    padding-left: 18px;
    text-align: center;
    font-size: 0.91rem;
    font-weight: 500
}
@media (min-width:768px) {
    .block-promo .offre-details {
        text-align: left;
        border-left: solid 1px #000;
        display: inline-block;
        vertical-align: middle;
        margin-top: 1.5rem
    }
    
    .block-promo .offre-details span {
        display: block
    }
}
.block-promo .ml {
    color: inherit;
    margin-bottom: 1.5rem;
    letter-spacing: .2px;
    line-height: 20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10.8px
}
@media (min-width:768px) and (max-width:1023px) {
    .block-promo .ml {
        line-height: 15px;
        font-size: 10.5px
    }
}
@media (min-width:1024px) {
    .block-promo .ml {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: 15px;
        max-width: 750px
    }
}
.block-promo.alt .rate {
    font-size: 30px;
    color: #f02d43
}
.block-promo.alt .bulle {
    background: linear-gradient(90deg, #f02d43 0%, #003c64  100%)!important;
    color: #fff;
}
.block-promo.alt .bulle:after {
    border-top: .5rem solid #003c64 
}
@font-face {
    font-family: helloType;
    src: url(font/hello_type_light-webfont.eot);
    src: url(font/hello_type_light-webfontd41d.eot) format("embedded-opentype"), url(font/hello_type_light-webfont.woff2) format("woff2"), url(font/hello_type_light-webfont.woff) format("woff"), url(font/hello_type_light-webfont.ttf) format("truetype"), url(font/hello_type_light-webfont.svg) format("svg");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: helloType;
    src: url(font/hello_type_bold-webfont.eot);
    src: url(font/hello_type_bold-webfontd41d.eot) format("embedded-opentype"), url(font/hello_type_bold-webfont.woff2) format("woff2"), url(font/hello_type_bold-webfont.woff) format("woff"), url(font/hello_type_bold-webfont.ttf) format("truetype"), url(font/hello_type_bold-webfont.svg) format("svg");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: helloType;
    src: url(font/hello_type_regular-webfont.eot);
    src: url(font/hello_type_regular-webfontd41d.eot) format("embedded-opentype"), url(font/hello_type_regular-webfont.woff2) format("woff2"), url(font/hello_type_regular-webfont.woff) format("woff"), url(font/hello_type_regular-webfont.ttf) format("truetype"), url(font/hello_type_regular-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: hbicons;
    src: url(font/hbicons76e5.ttf) format("truetype"), url(font/hbicons76e5.woff) format("woff"), url(font/hbicons76e5.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
.fp-tarif {
    padding-bottom: 4rem
}
.fp-tarif .h2 {
    margin-top: 5rem;
    margin-bottom: 3rem
}
.fp-tarif .h2 span {
    display: block
}
@media (min-width:768px) {
    .fp-tarif .h2 span {
        display: inline
    }
}
.fp-tarif .btn {
    margin-bottom: .5rem
}
.fp-tarif .table-tarif:first-of-type thead th:first-of-type {
    border-top-left-radius: 1rem
}
.fp-tarif .table-tarif:first-of-type thead th:last-of-type {
    border-top-right-radius: 1rem
}
.fp-tarif .table-tarif:last-of-type {
    margin-bottom: 2.5rem
}
.fp-tarif .table-tarif:last-of-type tbody tr:last-child>td:first-of-type {
    border-bottom-left-radius: 1rem
}
.fp-tarif .table-tarif:last-of-type tbody tr:last-child>td:last-of-type {
    border-bottom-right-radius: 1rem
}
.fp-tarif .table-group {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    -webkit-box-shadow: 0 30px 47px 3px rgba(31, 39, 42, .1);
    box-shadow: 0 30px 47px 3px rgba(31, 39, 42, .1)
}
.fp-conditions .hbi-info {
    display: inline-block;
    font-size: 25px;
    vertical-align: bottom
}
.fp-conditions .h2 {
    margin-top: 5rem;
    margin-bottom: 1rem
}
.fp-conditions .h4 {
    font-size: 14px
}
@media (min-width:768px) {
    .fp-conditions .h4 {
        font-size: 16px
    }
}
.fp-conditions .bt-2 {
    max-width: 80%
}
.fp-conditions h4.bt-2 {
    font-weight: 400;
    margin: 0
}
.fp-conditions h4.bt-2+.bt-2 {
    margin-top: 0
}
.fp-conditions [data-toggle=modal] {
    outline: 0
}
.fp-email-souscription {
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative
}
.fp-email-souscription input {
    background-color: rgba(171, 171, 171, .2);
    margin-bottom: 2rem;
    width: 100%
}
.fp-email-souscription label {
    font-weight: 400;
    margin-bottom: 3rem;
    display: inline-block;
    font-size: 1.375rem;
    color: #1f272a
}
.fp-email-souscription .scroll-top {
    position: absolute;
    top: 3.5rem;
    right: 1rem
}
.fp-email-souscription label[class=error] {
    text-align: left;
    padding-left: 9rem;
    padding-top: .5rem
}
@media (min-width:768px) {
    .fp-email-souscription .flex-wapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .fp-email-souscription input {
        margin-right: 1rem;
        width: auto;
        margin-bottom: 0;
        min-width: 320px
    }
    
    .fp-email-souscription .hbi-email-box {
        font-size: 63px;
        color: #11bad5;
        line-height: 52px;
        padding-right: 1rem
    }
    
    .fp-email-souscription label[class=error] {
        padding-left: 14rem
    }
}
.fp-faq {
    padding-top: 5rem;
    padding-bottom: 3rem
}
.fp-faq .h2 {
    margin-bottom: 2rem;
    margin-top: 5rem
}
.fp-faq .form-faq {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(171, 171, 171, .2);
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.fp-faq .form-faq label {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 52px
}
.fp-faq .form-faq .form-control {
    background-color: transparent
}
.fp-faq .form-faq .form-control:not(:last-child) {
    padding-right: 0;
    padding-left: 12px
}
.fp-faq .form-faq input {
    min-width: 222px
}
@media (min-width:768px) {
    .fp-faq .form-faq input {
        width: calc(100% - 270px)
    }
}
.fp-faq .form-faq input:focus {
    outline: 0
}
.fp-faq .form-faq .hbi-enter {
    font-size: 2rem;
    color: #78808a
}
.fp-faq .form-faq button {
    position: relative
}
.fp-faq .form-faq button:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -2px;
    height: 80%;
    width: 1px;
    background-color: #ababab
}
@media (min-width:768px) {
    .fp-faq {
        padding-bottom: 0
    }
}
@media (min-width:1024px) {
    .fp-faq {
        padding-bottom: 2rem
    }
}
@media (max-width:1024px) {
    .fp-faq .btn-icon {
        margin-bottom: 1.7rem
    }
}
.fp-faq .block-btn-action {
    margin-top: 2.2rem;
    margin-bottom: 0
}
@media (min-width:768px) {
    .fp-faq .block-btn-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2.2rem
    }
}
@media (min-width:1024px) {
    .fp-faq .block-btn-action {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    
    .fp-faq .block-btn-action .btn-icon {
        margin-right: 1rem
    }
}
.list-best-faq {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.list-best-faq li {
    padding-bottom: .5rem;
    line-height: 1.5
}
.list-best-faq a {
    text-decoration: none;
    color: #4e5152
}
.list-best-faq a:hover {
    color: #11bad5
}
.title-list-faq {
    font-weight: 400;
    font-size: 1.375rem;
    color: #1f272a;
    line-height: 1.5
}
.fp-avantages {
    padding-bottom: 3rem
}
.fp-avantages .h2 {
    margin-top: 5rem;
    margin-bottom: 2rem
}
.fp-avantages .h2 span {
    display: block
}
@media (min-width:768px) {
    .fp-avantages .h2 span {
        display: inline
    }
}
.fp-avantages header p {
    line-height: 20px
}
@media (min-width:1024px) {
    .fp-avantages header p {
        line-height: 30px
    }
}
.list-avantages {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 0;
    overflow: hidden
}
.list-avantages li {
    margin-bottom: 2rem
}
.list-avantages li>div {
    background-color: #11bad5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    min-height: 130px;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(31, 39, 42, .5);
    box-shadow: 0 10px 10px -10px rgba(31, 39, 42, .5)
}
.list-avantages li:first-child>div {
    background-image: url(../../image/hb2/fp-compte-courant/rectangle1.jpg)
}
.list-avantages li:nth-child(2)>div {
    background-image: url(../../image/hb2/fp-compte-courant/rectangle2.jpg)
}
.list-avantages li:nth-child(3)>div {
    background-image: url(../../image/hb2/fp-compte-courant/rectangle3.jpg)
}
.list-avantages li:nth-child(4)>div {
    background-image: url(../../image/hb2/fp-credit-conso/rectangle4.jpg)
}
@media (min-width:768px) {
    .list-avantages {
        font-size: .875rem
    }
    
    .list-avantages li:nth-child(odd) {
        margin-top: 1rem
    }
    
    .list-avantages li {
        margin-bottom: 1rem
    }
}
.list-avantages p {
    padding: 8% 1.5rem 1rem 40%;
    float: left;
    line-height: 1.5;
    font-size: 15px
}
@media (min-width:768px) {
    .list-avantages p {
        padding-left: 30%;
        font-size: 15px
    }
}
@media (min-width:1024px) {
    .list-avantages li>div {
        min-height: 150px
    }
    
    .list-avantages li:nth-child(3) p {
        padding-left: 41%
    }
    
    .list-avantages li:nth-child(2) p {
        padding-left: 41%
    }
    
    .list-avantages li:nth-child(1) p {
        padding-left: 33%
    }
}
.fp-others-products {
    background-color: #ff7f00;
    background-image: url(../../image/hb2/fp-compte-courant/strat-hello-fp-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px
}
.fp-others-products div>.txt-bold {
    display: block;
    position: relative;
    padding-top: 20px;
    padding-top: 15px;
    font-size: 1.5rem;
    padding-bottom: 1rem
}
.fp-others-products div>.txt-bold:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 5px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .5);
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%)
}
.fp-others-products .h2 {
    margin-top: 3rem;
    margin-bottom: 3rem
}
.fp-others-products .h2 span {
    display: block
}
.fp-others-products p:not(.h2) {
    font-size: 12px
}
.fp-others-products .owl-dots .owl-dot span {
    background-color: #11bad5
}
.fp-others-products .owl-dots .owl-dot.active span,
.fp-others-products .owl-dots .owl-dot:hover span {
    background-color: #fff
}
@media (min-width:768px) {
    .fp-others-products {
        background-image: url(../../image/hb2/fp-compte-courant/strat-hello-fp.jpg);
        min-height: 340px
    }
    
    .fp-others-products div>.txt-bold {
        font-size: 1.25rem;
        min-height: 70px
    }
    
    .fp-others-products .h2 span {
        display: inline
    }
    
    .fp-others-products .owl-item {
        border-right: solid 1px rgba(255, 255, 255, .5)
    }
    
    .fp-others-products .owl-item>div {
        padding: 0 1rem
    }
    
    .fp-others-products .owl-item:last-of-type {
        border: none
    }
    
    .fp-others-products .owl-item:not(.active) {
        display: block
    }
}
.fp-astuces {
    padding-bottom: 4rem
}
.fp-astuces .h2 {
    margin-bottom: 3rem;
    margin-top: 5rem
}
.fp-astuces a {
    text-decoration: none
}
.fp-astuces figure {
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 8px 0 rgba(120, 128, 138, .1);
    box-shadow: 0 8px 8px 0 rgba(120, 128, 138, .1);
    overflow: hidden;
    min-height: 170px;
    position: relative;
    z-index: 1
}
.fp-astuces figcaption {
    text-align: center;
    background-color: #fff;
    color: #ff7f00;
    font-size: 11px;
    line-height: 1.5;
    padding: 14px;
    text-transform: uppercase;
    font-weight: 400;
    height: 70px;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0
}
@media (min-width:768px) {
    .fp-astuces figcaption {
        padding: 10px
    }
}
@media (min-width:1024px) {
    .fp-astuces figcaption {
        padding: 14px
    }
}
.fp-astuces img {
    width: 100%;
    min-height: 100px;
    background-color: #ababab
}
.fp-astuces .owl-stage {
    padding-left: 0!important
}
.fp-banner {
    text-align: center
}
.fp-banner .content-banner {
    margin: 29px 0 0 0;
    text-align: center;
    color: #fff
}
.fp-banner .content-banner h1 {
    margin: 0;
    padding: 0;
    letter-spacing: .6px
}
.fp-banner .content-banner p {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: .4px;
    font-size: 14px;
    margin-top: .5rem
}
@media (min-width:768px) {
    .fp-banner {
        text-align: left
    }
    
    .fp-banner .content-banner {
        text-align: right;
        margin-top: 88px;
        margin-bottom: 89px
    }
    
    .fp-banner .content-banner h1 {
        letter-spacing: .9px
    }
    
    .fp-banner .content-banner p {
        font-size: 16px
    }
}
.fp-video {
    position: relative
}
.fp-video .bloc-img {
    position: absolute;
    height: 320px;
    overflow: hidden;
    width: 100%
}
.fp-video .bloc-img img {
    width: 343%;
    position: absolute;
    left: -67%;
    -webkit-filter: brightness(.85);
    filter: brightness(.85)
}
.fp-video .video-content {
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 4.25rem
}
.fp-video .video-content h2 {
    font-size: 1.4rem;
    margin-top: 0;
    line-height: 1.55;
    letter-spacing: .6px
}
.fp-video .video-content h2:before {
    left: 40%
}
@media (min-width:480px) {
    .fp-video .bloc-img {
        height: 235px
    }
    
    .fp-video .bloc-img img {
        width: 200%;
        left: -22%;
        top: -15%
    }
    
    .fp-video .video-content {
        padding-top: 3.5rem;
        padding-bottom: 3.3rem
    }
}
@media (min-width:768px) {
    .fp-video .bloc-img {
        height: 320px
    }
    
    .fp-video .bloc-img img {
        width: 143%;
        left: -25%;
        top: 0;
        -webkit-filter: none;
        filter: none
    }
    
    .fp-video .video-content {
        text-align: left;
        padding-top: 3.5rem;
        padding-bottom: 3.3rem
    }
    
    .fp-video .video-content h2:before {
        left: 0
    }
    
    .fp-video .video-content p {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.67;
        letter-spacing: .3px;
        margin-top: 1.5rem;
        margin-bottom: 1.8rem
    }
}
@media (min-width:1024px) {
    .fp-video .bloc-img {
        height: 409px
    }
    
    .fp-video .bloc-img img {
        width: 150%;
        left: -27%
    }
    
    .fp-video .video-content {
        padding-top: 3.75rem
    }
    
    .fp-video .video-content p {
        margin-bottom: 2.5rem;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.88;
        letter-spacing: .4px
    }
}
@media (min-width:1280px) {
    .fp-video .bloc-img {
        height: 380px
    }
    
    .fp-video .bloc-img img {
        width: 100%;
        left: 0
    }
}
.table-comparateur {
    width: 100%;
    font-size: 12px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 8px 0
}
@media (min-width:1024px) {
    .table-comparateur {
        font-size: 13px
    }
}
.table-comparateur td,
.table-comparateur th {
    padding: 1rem 0;
    border-bottom: solid 1px #dde2e8;
    text-align: left
}
.table-comparateur td {
    padding-left: 10px
}
.table-comparateur tbody th {
    font-weight: 400
}
.table-comparateur tfoot {
    font-weight: 400
}
.table-comparateur header.container {
    overflow: hidden;
    position: relative
}
@media (max-width:1024px) {
    .table-comparateur header.container {
        width: 100%
    }
}
.table-comparateur .col-title {
    font-weight: 400
}
.table-comparateur .col-title>div {
    margin-left: 0;
    text-align: left
}
@media (min-width:768px) {
    .table-comparateur .col-title {
        width: 50%
    }
}
@media (min-width:1024px) {
    .table-comparateur .col-title {
        width: 280px
    }
}
.table-comparateur .table-col {
    float: left;
    font-weight: 300
}
.table-comparateur .table-col>div {
    padding: 1rem 0;
    border-bottom: solid 1px #dde2e8;
    min-height: 55px;
    text-align: right
}
.table-comparateur .table-col>div:last-child {
    font-weight: 400
}
.table-comparateur .table-col>div.multi-lines {
    padding: .5rem 0
}
.table-comparateur .table-col>div.multi-lines span {
    display: block;
    display: -webkit-box;
    max-height: 36px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
@media (min-width:768px) {
    .table-comparateur .table-col>div {
        min-height: 48px;
        text-align: left
    }
}
@media (min-width:1024px) {
    .table-comparateur .table-col>div {
        margin-left: 10px
    }
}
.table-comparateur .table-slider-body,
.table-comparateur .table-slider-header {
    clear: both;
    overflow: hidden
}
.table-comparateur .table-slider-header a {
    text-decoration: none;
    color: inherit
}
.table-comparateur .table-slider-header .owl-carousel {
    float: left;
    margin: 0 auto
}
@media (min-width:1024px) {
    .table-comparateur .table-slider-header .owl-carousel {
        max-width: none
    }
}
.table-comparateur .table-slider-header i {
    display: inline-block
}
.table-comparateur .table-slider-header .table-col {
    width: 100%
}
.table-comparateur .table-slider-header .table-col>div {
    border-bottom: none;
    text-align: center
}
@media (min-width:1024px) {
    .table-comparateur .table-slider-header {
        width: 100%;
        padding-left: 280px
    }
    
    .table-comparateur .table-slider-header .table-col {
        padding: 0
    }
    
    .table-comparateur .table-slider-header .table-col>div {
        border-bottom: solid 1px #dde2e8;
        text-align: left
    }
    
    .table-comparateur .table-slider-header .cb-icon {
        background-image: url(../../image/hb2/sprite-cb-s.jpg);
        width: 100px;
        height: 60px
    }
    
    .table-comparateur .table-slider-header .cb-icon.cb-premier {
        background-position: center -67px
    }
    
    .table-comparateur .table-slider-header .cb-icon.cb-infinite {
        background-position: center -134px
    }
    
    .table-comparateur .table-slider-header .cb-icon.cb-classic {
        background-position: center -201px
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .table-comparateur .table-slider-body {
        max-width: 500px;
        margin: 0 auto
    }
}
.table-comparateur .table-slider-body .owl-carousel {
    width: 30%;
    float: left
}
@media (min-width:768px) {
    .table-comparateur .table-slider-body .owl-carousel {
        width: 50%;
        float: left
    }
}
@media (min-width:768px) {
    .table-comparateur .table-slider-body .owl-carousel {
        width: calc(100% - 280px);
        float: left
    }
}
.table-comparateur .table-slider-body .table-col {
    width: 100%
}
@media (min-width:768px) {
    .table-comparateur .table-slider-body .table-col {
        float: none
    }
}
.table-comparateur .table-slider-body .col-title {
    width: 70%
}
.table-comparateur .table-slider-body .col-title>div {
    text-align: left
}
@media (min-width:768px) {
    .table-comparateur .table-slider-body .col-title {
        width: 50%;
        float: left
    }
}
@media (min-width:1024px) {
    .table-comparateur .table-slider-body .col-title {
        width: 280px
    }
}

/*** Breadcrumbs* --------------------------------------------------*/
.section-bredcrumbs {
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
    background: #fff;
}
@media (max-width: 768px) {
    .section-bredcrumbs {
        text-align: center;
    }
}
.section-bredcrumbs p {
    font-size: 18px;
    width: 40%;
    /* margin-bottom:0px; */
    
    color: #ffffff;
}
.section-bredcrumbs .breadcrumb-wrapper h1 {
    color: #ffffff;
}
@media (max-width: 991px) {
    .section-bredcrumbs p {
        font-size: 15px;
        width: 100%;
        /* margin-bottom:0px; */
    }
}
.section-bredcrumbs>* {
    /* position: relative; */
    
    z-index: 1;
}
@media (min-width: 992px) {
    .desktop .section-bredcrumbs {
        padding-top: 35px;
    }
}
@media (min-width: 1200px) {
    .desktop .section-bredcrumbs {
        padding-top: 50px;
    }
}
@media (min-width: 1600px) {
    .desktop .section-bredcrumbs {
        padding-top: 75px;
    }
}
.breadcrumbs-custom {
    list-style: none;
}
.breadcrumbs-custom>li {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
}
.breadcrumbs-custom>li>a {
    color: #ffffff;
    font-size: 13px;
}
.breadcrumbs-custom>li>a:hover {
    color: #f02d43;
    font-size: 13px;
}
.breadcrumbs-custom>li:not(:last-child):after {
    padding: 0 16px 0 10px;
    font-family: "FontAwesome";
    content: "\f105";
    color: #f02d43;
}
*+.breadcrumbs-custom {
    margin-top: 20px;
}
@media (min-width: 1200px) {
    *+.breadcrumbs-custom {
        margin-top: 30px;
    }
}
@media (min-width: 1600px) {
    *+.breadcrumbs-custom {
        margin-top: 112px;
    }
}

/** Blurb boxed 3*/
.blurb-boxed-3 {
    padding: 20px 15px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    border-radius: 2px;
    transition: .3s;
    box-shadow: 0 2px 12px 3px rgba(204, 204, 204, 0.3);
}
.blurb-boxed-3 .icon {
    position: relative;
    z-index: 1;
    font-size: 60px;
    line-height: 1.1;
    color: #f02d43;
}
.blurb-boxed-3 .title {
    font-weight: 400;
}
.blurb-boxed-3:hover {
    box-shadow: 0 2px 12px 3px rgba(204, 204, 204, 0.3);
}
.blurb-boxed-3 *+.title {
    margin-top: 7px;
}
.blurb-boxed-3 *+.exeption {
    margin-top: 6px;
}
@media (min-width: 1200px) {
    .blurb-boxed-3 {
        padding: 41px 20px;
    }
    
    .blurb-boxed-3 *+.title {
        margin-top: 18px;
    }
    
    .blurb-boxed-3 *+.exeption {
        margin-top: 10px;
    }
}

/*** Sections*/
.section-xs {
    padding: 25px 0;
}
.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 50px 0;
}
.section-collapse+.section-collapse {
    padding-top: 0;
}
.section-collapse:last-child {
    padding-bottom: 0;
}
.section-bg-custom {
    padding-bottom: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    section.section-xs:first-of-type,
    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}
@media (min-width: 768px) {
    .section-xs {
        padding: 48px 0;
    }
    
    .section-sm {
        padding: 60px 0;
    }
    
    .section-md {
        padding: 60px 0;
    }
    
    .section-lg {
        padding: 60px 0;
    }
    
    .section-bg-custom {
        padding-bottom: 320px;
    }
}
@media (min-width: 1200px) {
    .section-sm {
        padding: 64px 0;
    }
    
    .section-sm-1 {
        padding: 73px 0;
    }
    
    .section-sm-2 {
        padding: 80px 0;
    }
    
    .section-md {
        padding: 80px 0 90px;
    }
    
    .section-lg {
        padding: 100px 0;
    }
    
    .section-xl {
        padding: 100px 0;
    }
    
    .section-bg-custom {
        padding-bottom: 430px;
    }
}
@media (min-width: 1600px) {
    .section-md {
        padding: 100px 0 110px;
    }
    
    .section-lg {
        padding: 123px 0;
    }
    
    .section-xl {
        padding: 173px 0;
    }
    
    .section-bg-custom {
        padding-bottom: 23%;
    }
}
.custom-image-section {
    position: relative;
}
.custom-image-section .relative-container {
    position: relative;
}
.custom-image-section .image-item {
    display: none;
}
@media (min-width: 768px) {
    .custom-image-section .image-item {
        position: absolute;
        bottom: calc(100% + 20px);
        right: 0;
        display: block;
        max-width: 40%;
    }
}
@media (min-width: 1200px) {
    .custom-image-section .image-item {
        bottom: calc(100% + 70px);
    }
}
.section-single {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.section-single p {
    margin-left: auto;
    margin-right: auto;
}
.section-single *+.rights {
    margin-top: 35px;
}
.section-single *+.countdown-wrap {
    margin-top: 35px;
}
.section-single .countdown-wrap+* {
    margin-top: 35px;
}
@media (min-width: 992px) {
    .section-single *+.rights {
        margin-top: 60px;
    }
    
    .section-single .countdown-wrap+* {
        margin-top: 35px;
    }
}
.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-single *+.rd-mailform-wrap {
    margin-top: 20px;
}
.section-single-header {
    padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}
.section-single-main {
    padding: calc(1em + 4vh) 0;
}
.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}
.section-single-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}
.section-single-inner>* {
    width: 100%;
}
@supports ((display: -ms-grid) or (display: grid)) {
    .section-single-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-column-align: center;
        justify-items: center;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.section-negative {
    background: #ff7f00;
}
.section-negative .section-negative-inner {
    position: relative;
    z-index: 1;
    margin-top: -10px;
}
@media (min-width: 768px) {
    .section-negative .section-negative-inner {
        margin-top: -56px;
    }
}

/** Relative section (image)*/
.section-image-relative {
    position: relative;
}
.section-image-relative .img-custom {
    display: none;
}
@media (min-width: 1200px) {
    .section-image-relative .img-custom {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        max-width: 50%;
        height: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.container-custom {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container-custom {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1200px) {
    .container-custom {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}
.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
    display: none;
}
.tabs-custom .nav-tabs-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.tabs-custom .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}
.tabs-custom .nav-link {
    margin: 0;
    border-radius: 0;
    border: 0;
}
.tabs-custom .nav-link.active {
    cursor: default;
}
.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible;
}
*+.tabs-horizontal.tabs-corporate {
    margin-top: 25px;
}
*+.tabs-vertical.tabs-corporate {
    margin-top: 40px;
}
@media (min-width: 768px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 60px;
    }
}
@media (min-width: 1200px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 80px;
    }
}
.tabs-line .nav-tabs {
    position: relative;
}
.tabs-line .nav-link {
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.71429;
    text-align: center;
    vertical-align: middle;
}
.tabs-line *+.tab-content {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .tabs-line .nav-tabs {
        max-width: 100%;
        border-bottom: 1px solid #e5e7e9;
    }
    
    .tabs-line .nav-item {
        margin-bottom: -1px;
    }
    
    .tabs-line .nav-link {
        padding: 7px 10px;
        color: #29293A;
        background: transparent;
        border-bottom: 1px solid #e5e7e9;
    }
    
    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #ff7f00;
        background: transparent;
        border-color: #ff7f00;
    }
}

/* .bg-primary-dark .tabs-horizontal.tabs-line .nav-tabs { */

/* border-color: rgba(243, 243, 249, 0.3); */

/* } */

/* .bg-primary-dark .tabs-horizontal.tabs-line .nav-link { */

/* color: #828590; */

/* border-color: transparent; */

/* } */

/* .bg-primary-dark .tabs-horizontal.tabs-line .nav-link:after { */

/* background: #36f1f8; */

/* } */

/* .bg-primary-dark .tabs-horizontal.tabs-line .nav-link:hover, .bg-primary-dark .tabs-horizontal.tabs-line .nav-link.active { */

/* color: #36f1f8; */

/* } */

/* ***************************************************************** */
.tabs-custom {
    text-align: left
}
.nav {
    display: block
}
.navbar {
    position: static;
    display: block
}
.nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0
}
.nav-tabs:before,
.nav-tabs:after {
    display: none
}
.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    text-align: left;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: transparent
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none
}
.nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease
}
.nav-link {
    padding: 0;
    margin: 0;
    border-radius: 0
}
.nav-link.active {
    cursor: default
}
.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden
}
.tab-content>.active {
    visibility: visible;
    height: auto;
    width: auto;
    overflow: visible
}
*+.tabs-line {
    margin-top: 30px
}
@media(min-width:768px) {
    *+.tabs-line {
        margin-top: 40px
    }
}
.tabs-line .nav-tabs {
    position: relative;
    text-align: center
}
.tabs-line .nav-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    vertical-align: middle
}
.tabs-line .nav-link span {
    line-height: 1.4
}
.tabs-line *+.navbar {
    margin-top: 15px
}
.tabs-line *+.tab-content {
    margin-top: 20px
}
@media(max-width:767.98px) {
    .tabs-line .nav-tabs {
        max-width: 100%
    }
    
    .tabs-line .nav-item {
        margin: -1px
    }
    
    .tabs-line .nav-item:first-child {
        border-top: 1px solid #d7d7d7
    }
    
    .tabs-line .nav-link {
        padding: 7px 10px;
        color: #8491a5;
        background: 0 0;
        border-bottom: 1px solid #d7d7d7
    }
    
    .tabs-line .nav-link:hover,
    .tabs-line .nav-link.active {
        color: #fff;
        background: #003c64;
        border-color: #003c64
    }
    
    .context-dark .tabs-line .nav-item:first-child,
    .bg-gray-900 .tabs-line .nav-item:first-child,
    .bg-accent .tabs-line .nav-item:first-child {
        border-top-color: rgba(255, 255, 255, .4)
    }
    
    .context-dark .tabs-line .nav-link,
    .bg-gray-900 .tabs-line .nav-link,
    .bg-accent .tabs-line .nav-link {
        border-bottom-color: rgba(255, 255, 255, .4)
    }
    
    .context-dark .tabs-line .nav-link:hover,
    .bg-gray-900 .tabs-line .nav-link:hover,
    .bg-accent .tabs-line .nav-link:hover,
    .context-dark .tabs-line .nav-link.active,
    .bg-gray-900 .tabs-line .nav-link.active,
    .bg-accent .tabs-line .nav-link.active {
        color: #fff;
        background: rgba(255, 255, 255, .3);
        border-color: rgba(255, 255, 255, .3)
    }
}
@media(max-width:767.98px) {
    .tabs-line-responsive {
        position: relative;
        z-index: 10;
        text-align: center
    }
    
    .tabs-line-responsive .navbar {
        position: static
    }
    
    .tabs-line-responsive .navbar-inner {
        position: relative;
        width: 100%
    }
    
    .tabs-line-responsive .stuck,
    .tabs-line-responsive .stick {
        min-height: 44px
    }
    
    .tabs-line-responsive .stuck .navbar-inner,
    .tabs-line-responsive .stick .navbar-inner {
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 101vw
    }
    
    .tabs-line-responsive .stuck .tabs-line-toggle,
    .tabs-line-responsive .stick .tabs-line-toggle {
        border-radius: 0;
        box-shadow: none
    }
    
    .tabs-line-responsive .tabs-line-toggle {
        background: 0 0;
        border: none;
        display: inline-block;
        padding: 0;
        outline: none;
        outline-offset: 0;
        cursor: pointer;
        -webkit-appearance: none;
        position: relative;
        z-index: 45;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 10px 5px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #ebebeb;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: #262f3c;
        box-shadow: 0 0 24px 0 rgba(75, 81, 91, .12);
        transition: .22s ease-in
    }
    
    .tabs-line-responsive .tabs-line-toggle::-moz-focus-inner {
        border: none;
        padding: 0
    }
    
    .tabs-line-responsive .tabs-line-toggle .icon {
        position: relative;
        top: 1px;
        display: block;
        margin-left: 5px;
        transition: .22s;
        will-change: transform
    }
    
    .tabs-line-responsive .tabs-line-toggle.active {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    
    .tabs-line-responsive .tabs-line-toggle.active .icon {
        transform: scale(1, -1)
    }
    
    .tabs-line-responsive ul.nav-tabs {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        padding: 20px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        margin-top: -1px;
        background: rgba(255, 255, 255, .95);
        border: 1px solid #ebebeb;
        transition: .22s ease-in;
        text-align: center
    }
    
    .tabs-line-responsive ul.nav-tabs.active {
        opacity: 1;
        visibility: visible;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    
    .tabs-line-responsive ul.nav-tabs .nav-item {
        border: 0;
        width: 340px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }
    
    .tabs-line-responsive ul.nav-tabs .nav-item:nth-child(n) a {
        border: 0
    }
    
    .tabs-line-responsive ul.nav-tabs .nav-link {
        padding: 0;
        color: #2c343b;
        border-radius: 2px
    }
    
    .tabs-line-responsive ul.nav-tabs .nav-link:hover,
    .tabs-line-responsive ul.nav-tabs .nav-link.active {
        background-color: transparent;
        color: #003c64
    }
    
    .tabs-line-responsive ul.nav-tabs .nav-item+.nav-item {
        margin-top: 12px
    }
}
@media(min-width:768px) {
    .tabs-line-responsive .tabs-line-toggle {
        display: none
    }
}
.tabs-creative .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 490px;
    margin-bottom: -25px;
    text-align: left
}
.tabs-creative .nav-tabs-outer {
    flex-shrink: 0;
    padding-top: 20px
}
.tabs-creative .nav-item {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 25px
}
.tabs-creative .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2
}
.tabs-creative .nav-link .icon {
    position: relative;
    top: .025em;
    display: block;
    margin-right: 10px;
    font-size: 28px
}
.tabs-creative .nav-link.active {
    color: #262f3c
}
.tabs-creative .nav-link.active .icon {
    color: #003c64
}
.tabs-creative .safari-frame-2 {
    width: 100%;
    max-width: 650px
}
.tabs-creative .tab-content {
    position: relative;
    display: flex;
    padding-bottom: 64.2623%
}
.tabs-creative .tab-pane {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%!important;
    opacity: 1!important;
    visibility: visible!important;
    width: 100%;
    flex-shrink: 0;
    animation-duration: .7s;
    animation-timing-function: ease;
    transform: translate3d(0, 0, 0)
}
.tabs-creative .tab-pane,
.tabs-creative .tab-pane * {
    backface-visibility: hidden
}
@keyframes show {
    0% {
        transform: translateX(100%)
    }
    
    100% {
        transform: translateX(0)
    }
}
.tabs-creative .tab-pane.active {
    z-index: 2;
    animation-name: show
}
.tabs-creative .tab-pane::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    left: -6px;
    background: #fff;
    box-shadow: -.279px -3.99px 20.58px .42px rgba(75, 81, 91, .34);
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.tabs-creative .tab-pane.showing::after {
    opacity: 1;
    visibility: visible
}
.tabs-creative .tab-pane.hiding {
    z-index: 1
}
.tabs-creative *+.nav-tabs {
    margin-top: 25px
}
.tabs-creative *+.tab-content-outer {
    margin-top: 25px
}
@media(max-width:575.98px) {
    .tabs-creative .nav-link {
        font-size: 14px
    }
    
    .tabs-creative .nav-link .icon {
        display: none
    }
}
@media(min-width:576px) {
    .tabs-creative h3,
    .tabs-creative .heading-3 {
        max-width: 370px
    }
}
@media(min-width:768px) and (max-width:991.98px) {
    .tabs-creative {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto
    }
}
@media(min-width:992px) and (max-width:1199.98px) {
    .tabs-creative .nav-tabs {
        max-width: 460px
    }
    
    .tabs-creative .nav-item {
        width: 50%
    }
    
    .tabs-creative .nav-link {
        padding-right: 20px
    }
}
@media(min-width:992px) {
    .tabs-creative {
        display: flex;
        align-items: center
    }
    
    .tabs-creative .nav-tabs {
        margin-bottom: -40px
    }
    
    .tabs-creative .nav-item {
        margin-bottom: 40px
    }
    
    .tabs-creative .nav-link {
        font-size: 16px
    }
    
    .tabs-creative .nav-tabs-outer+.tab-content-outer {
        margin-left: 10px
    }
    
    .tabs-creative *+h3,
    .tabs-creative *+.heading-3 {
        margin-top: 20px
    }
    
    .tabs-creative *+.nav-tabs-inner {
        margin-top: 40px
    }
    
    .tabs-creative *+.group {
        margin-top: 45px
    }
}
@media(min-width:1200px) {
    .tabs-creative .nav-link {
        font-size: 17px
    }
    
    .tabs-creative .nav-link .icon {
        margin-right: 20px;
        font-size: 35px
    }
    
    .tabs-creative .nav-tabs-outer+.tab-content-outer {
        margin-left: 35px
    }
}
@media(max-width:767.98px) {
    .tabs-creative {
        position: relative;
        z-index: 10;
        text-align: center
    }
    
    .tabs-creative .nav-tabs-outer {
        display: flex;
        align-items: center;
        flex-direction: column
    }
    
    .tabs-creative .nav-tabs {
        width: 100%;
        order: 2
    }
}
.context-dark .tabs-line_1 .nav-link,
.bg-gray-900 .tabs-line_1 .nav-link,
.bg-accent .tabs-line_1 .nav-link {
    color: #fff
}
.context-dark .tabs-line_1 .nav-link span::after,
.bg-gray-900 .tabs-line_1 .nav-link span::after,
.bg-accent .tabs-line_1 .nav-link span::after {
    width: 100%;
    background: #ebebeb;
    opacity: .65
}
.context-dark .tabs-line_1 .nav-link:hover span::after,
.bg-gray-900 .tabs-line_1 .nav-link:hover span::after,
.bg-accent .tabs-line_1 .nav-link:hover span::after,
.context-dark .tabs-line_1 .nav-link.active span::after,
.bg-gray-900 .tabs-line_1 .nav-link.active span::after,
.bg-accent .tabs-line_1 .nav-link.active span::after {
    background: #ffea5c;
    opacity: 1
}
.tabs-features {
    width: 100%
}
.tabs-features .nav-link {
    position: relative;
    z-index: 0;
    padding: 5px 0 5px 20px;
    border-radius: 35px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #262f3c;
    transition: .22s
}
.tabs-features .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    margin-top: 5px;
    top: .5em;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 17px;
    border-radius: 35px;
    background: #ff6f80;
    transition: none
}
.tabs-features .nav-item {
    border: 1px solid transparent
}
.tabs-features .nav-item+.nav-item {
    margin-top: 5px
}
.tabs-features .tab-content {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    flex-shrink: 0
}
.tabs-features .tab-content::before {
    content: '';
    display: block;
    padding-bottom: 56.35104%
}
.tabs-features .tab-pane {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    background-position: center center;
    background-size: cover;
    border-radius: 4px;
    box-shadow: 0 2px 10px 0 rgba(75, 81, 91, .15)
}
.tabs-features *+.nav-tabs,
.tabs-features *+.navigation-custom {
    margin-top: 15px
}
.tabs-features .tabs-features-aside+.tab-content {
    margin-top: 30px
}
@media(max-width:767.98px) {
    .tabs-features {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto
    }
    
    .tabs-features .nav-link::before {
        transition: .22s
    }
    
    .tabs-features .tab-content {
        background: 0 0!important
    }
}
@media(min-width:768px) and (max-width:991.98px) {
    .tabs-features .tab-content {
        margin-left: -50px;
        margin-right: -50px
    }
}
@media(min-width:768px) {
    .tabs-features .nav-tabs {
        padding-left: 5px
    }
    
    .tabs-features .nav-item+.nav-item {
        margin-top: 10px
    }
    
    .tabs-features .tab-content {
        max-width: 866px;
        flex-grow: 1
    }
    
    .tabs-features .tab-pane {
        top: 6.2%;
        left: 13.9%;
        right: 13.4%;
        bottom: 12%;
        border-radius: 0;
        box-shadow: none
    }
}
@media(min-width:992px) {
    .tabs-features {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-right: -40px
    }
    
    .tabs-features .tabs-features-aside {
        width: 28%;
        padding-top: 15px;
        max-width: 340px;
        flex-shrink: 0;
        flex-grow: 1
    }
    
    .tabs-features .tabs-features-aside+.tab-content {
        margin-top: 0;
        margin-left: 20px
    }
}
@media(max-width:1199.98px) {
    .tabs-features .nav-link.active::before {
        background: #003c64
    }
}
@media(min-width:1200px) {
    .tabs-features .nav-tabs {
        padding-left: 20px
    }
    
    .tabs-features .tabs-features-aside {
        max-width: 370px
    }
    
    .tabs-features .nav-link::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        left: 100%;
        width: 300px;
        border-bottom: 1px solid #ebebeb;
        opacity: 0;
        visibility: hidden
    }
    
    .tabs-features .nav-link.active {
        padding-top: 18px;
        padding-bottom: 18px;
        margin: 7px 0;
        background: #ebebeb
    }
    
    .tabs-features .nav-link.active::before {
        opacity: 0;
        visibility: hidden;
        transition: .11s
    }
    
    .tabs-features .nav-link.active::after {
        opacity: 1;
        visibility: visible;
        transition: .11s
    }
    
    .tabs-features *+h3,
    .tabs-features *+.heading-3 {
        margin-top: 24px
    }
    
    .tabs-features *+.nav-tabs,
    .tabs-features *+.navigation-custom {
        margin-top: 50px
    }
}
@media(min-width:1600px) {
    .tabs-features {
        margin-right: -100px
    }
}
@media(min-width:768px) {
    .tabs-line .nav-item {
        transform: translate3d(0, 0, 0);
        will-change: transform
    }
    
    .tabs-line .nav-link {
        position: relative;
        font-size: 19px
    }
    
    .tabs-line .nav-link span {
        position: relative;
        display: inline-flex;
        padding: 12px 2px 13px;
        margin-bottom: -1px
    }
    
    .tabs-line .nav-link span::after {
        content: '';
        position: absolute;
        right: 0;
        left: auto;
        bottom: 0;
        height: 3px;
        width: 0;
        transition: .33s;
        background: #003c64
    }
    
    .tabs-line .nav-link.active span::after {
        left: 0;
        right: auto;
        width: 100%
    }
    
    .tabs-line *+.nav-tabs {
        margin-top: 25px
    }
    
    .tabs-line .tabs-line-toggle+.nav-tabs {
        margin-top: 0
    }
    
    *+.tabs-line_1 {
        margin-top: 20px
    }
    
    .tabs-horizontal.tabs-line .nav-tabs {
        border: 0;
        border-bottom: 1px solid #ebebeb
    }
    
    .tabs-horizontal.tabs-line .nav-item {
        display: inline-block;
        margin-bottom: -1px
    }
    
    .tabs-horizontal.tabs-line .nav-item:not(:last-child) {
        margin-right: 52px
    }
    
    .tabs-horizontal.tabs-line *+.tab-content {
        margin-top: 30px
    }
    
    .tabs-horizontal.tabs-line.tabs-line_1 .nav-tabs {
        text-align: left;
        border-bottom: 0
    }
    
    .tabs-horizontal.tabs-line.tabs-line_1 .nav-link span {
        padding-bottom: 8px
    }
    
    .tabs-vertical {
        display: flex;
        align-items: flex-start
    }
    
    .tabs-vertical .nav-tabs {
        display: flex;
        flex-direction: column;
        align-items: stretch
    }
    
    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left
    }
    
    .tabs-vertical .nav-link.active {
        background-color: transparent
    }
    
    .tabs-vertical .tab-content {
        flex-grow: 1
    }
    
    .tabs-vertical.tabs-line {
        align-items: stretch;
        margin-left: -35px
    }
    
    .tabs-vertical.tabs-line>* {
        margin-left: 35px
    }
    
    .tabs-vertical.tabs-line .nav-tabs {
        flex-shrink: 0;
        max-width: 50%;
        min-width: 200px
    }
    
    .tabs-vertical.tabs-line .nav-tabs-outer {
        position: relative;
        flex-shrink: 0;
        max-width: 50%;
        min-width: 200px
    }
    
    .tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
        width: 100%;
        max-width: 100%
    }
    
    .tabs-vertical.tabs-line .nav-item {
        padding-right: 10px;
        border-bottom: 1px solid #d7d7d7;
        cursor: default
    }
    
    .tabs-vertical.tabs-line .nav-item:first-child .nav-link span {
        padding-top: 0
    }
    
    .tabs-vertical.tabs-line .nav-item+.nav-item {
        margin-top: 8px
    }
    
    .tabs-vertical.tabs-line .tab-content {
        margin-top: 0
    }
    
    .tabs-vertical.tabs-line-1 .nav-tabs {
        width: 32%
    }
    
    .tabs-vertical.tabs-line-1 .nav-tabs-outer {
        width: 32%
    }
    
    .tabs-vertical.tabs-line-1 .nav-tabs-outer .nav-tabs {
        width: 100%
    }
}
@media(min-width:992px) {
    .tabs-horizontal.tabs-line .nav-link span {
        padding-bottom: 16px
    }
    
    .tabs-vertical.tabs-line {
        margin-left: -50px
    }
    
    .tabs-vertical.tabs-line>* {
        margin-left: 50px
    }
    
    .tabs-vertical.tabs-line .nav-tabs {
        width: 370px;
        min-width: 370px;
        border-bottom: 0
    }
    
    .tabs-vertical.tabs-line .nav-tabs-outer {
        width: 370px;
        border-bottom: 0
    }
    
    .tabs-vertical.tabs-line .nav-tabs-outer .nav-tabs {
        width: 100%
    }
    
    .tabs-vertical.tabs-line .nav-link span {
        padding: 15px 2px
    }
}
@media(min-width:1200px) {
    .tabs-line .nav-link {
        font-size: 22px
    }
    
    .tabs-vertical.tabs-line {
        margin-left: -90px
    }
    
    .tabs-vertical.tabs-line>* {
        margin-left: 90px
    }
    
    .tabs-vertical.tabs-line .nav-item+.nav-item {
        margin-top: 11px
    }
}
.card-group-custom {
    margin-bottom: 0
}
.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
    border-top: 0
}
.card-group-custom .card+.card {
    margin-top: 0
}
.card-custom {
    display: block;
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left
}
.card-custom a {
    display: block
}
.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent
}
.card-custom .card-body {
    padding: 0;
    border: 0
}
.card-custom .card-title {
    margin-bottom: 0
}
*+.card-group-custom {
    margin-top: 35px
}
@media(min-width:768px) {
    *+.card-group-custom {
        margin-top: 50px
    }
}
.card-corporate {
    position: relative;
    text-align: left
}
.card-corporate::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
    border-bottom: 1px solid #ebebeb
}
.card-corporate:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translate3d(-50%, 0, 0);
    border-bottom: 1px solid #ebebeb
}
.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    display: block;
    padding: 18px 20px 18px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .005em;
    color: #2c343b;
    transition: .1s all ease
}
.card-corporate .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden
}
.card-corporate .card-title a.collapsed {
    border-bottom-width: 0
}
.card-corporate .card-title a.collapsed .card-arrow:after {
    opacity: 1;
    visibility: visible
}
.card-corporate .card-arrow {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 17px;
    z-index: 2;
    transition: .33s all ease
}
.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    position: absolute;
    top: 50%;
    z-index: 4;
    transform: translateY(-50%);
    color: #262f3c;
    font-family: "FontAwesome";
    transition: .23s all ease
}
.card-corporate .card-arrow::before {
    content: '+'
}
.card-corporate .card-arrow::after {
    content: '-'
}
.card-corporate .card-body {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    color: #8491a5
}
.card-corporate .collapsing {
    transition-timing-function: ease-in-out
}
@media(min-width:768px) {
    .card-corporate .card-title a {
        padding: 30px 75px 30px 0;
        font-size: 15px
    }
    
    .card-corporate .card-arrow {
        right: 50px
    }
    
    .card-corporate .card-body {
        padding: 0 50px 35px 0
    }
}
@media(min-width:992px) {
    .card-corporate .card-title a {
        font-size: 18px
    }
}
@media(min-width:1200px) {
    .card-corporate .card-body {
        padding-right: 140px
    }
    
    .card-corporate .card-text {
        font-size: 14px;
        line-height: 1.52941;
        font-weight: 400
    }
}
@media(min-width:1600px) {
    .card-corporate .card-title a {
        padding: 35px 60px 35px 0;
        font-size: 20px
    }
}
.card-group-custom.card-group-classic .card+.card {
    margin-top: 20px
}
@media(min-width:1200px) {
    .card-group-custom.card-group-classic .card+.card {
        margin-top: 30px
    }
}
.card-classic {
    position: relative;
    overflow: hidden;
    text-align: left;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    transition: .35s ease
}
.card-classic.active {
    box-shadow: 0 0 24px 0 rgba(75, 81, 91, .12);
    background: #fff;
    border-color: #fff;
    transition: .15s ease
}
.card-classic.active .card-title a {
    color: #003c64
}
.card-classic.active .card-shape {
    opacity: 1;
    visibility: visible
}
.card-classic .card-title a,
.card-classic .card-body {
    padding-left: 25px
}
.card-classic .card-title a {
    position: relative;
    z-index: 1;
    padding: 25px 60px 25px 25px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .015em;
    color: #2c343b;
    background-color: transparent
}
.card-classic .card-title a .card-arrow:after {
    opacity: 0;
    visibility: hidden
}
.card-classic .card-title a.collapsed .card-arrow::before,
.card-classic .card-title a.collapsed .card-arrow::after {
    color: #8491a5
}
.card-classic .card-title a.collapsed .card-arrow::before {
    opacity: 0;
    visibility: hidden
}
.card-classic .card-title a.collapsed .card-arrow::after {
    opacity: 1;
    visibility: visible
}
.card-classic .card-arrow {
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 2;
    height: 28px;
    width: 28px;
    transition: .33s all ease;
    text-align: center
}
.card-classic .card-arrow::before,
.card-classic .card-arrow::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    font-family: "FontAwesome";
    font-size: 22px;
    transition: .15s;
    color: #003c64
}
.card-classic .card-arrow::before {
    content: '-';
    opacity: 1;
    visibility: visible
}
.card-classic .card-arrow::after {
    content: '+';
    opacity: 0;
    visibility: hidden
}
.card-classic .card-body {
    position: relative;
    z-index: 1;
    padding: 0 44px 25px 25px;
    letter-spacing: .025em;
    color: #262f3c
}
.card-classic .card-shape {
    position: absolute;
    top: 5%;
    left: 30px;
    fill: rgba(51, 117, 236, .08);
    width: auto;
    height: 90%;
    max-height: 156px;
    opacity: 0;
    visibility: hidden;
    transition: .33s;
    pointer-events: none
}
@media(min-width:1200px) {
    .card-classic .card-title a {
        padding: 35px 80px 35px 45px;
        font-size: 18px
    }
    
    .card-classic .card-arrow {
        top: 31px;
        right: 35px
    }
    
    .card-classic .card-arrow::before,
    .card-classic .card-arrow::after {
        font-size: 28px
    }
    
    .card-classic .card-body {
        padding: 0 44px 25px 45px
    }
    
    .card-classic .card-shape {
        top: 30px
    }
}